home *** CD-ROM | disk | FTP | other *** search
/ The Supreme Court / The Supreme Court.iso / mac / MacUtils / Graphics / MacAnimViewer 1.1 / TODO < prev   
Text File  |  1995-05-05  |  2KB  |  49 lines

  1. * Overhaul the way color maps are installed to leave as much of the
  2.   system palette intact.
  3.  
  4. * Add automatic unzipping of .{gz,Z} files.
  5.  
  6. * Optimize GIF decoding routines.
  7.  
  8. * Change UI for single image display so Command-. is *not* required.
  9.  
  10. * Short-circuit THINK C's console driver to pre-empt keyboard-related
  11.   events.  (Low priority.)
  12.  
  13. * Allow users to change image contrast, gamma, brightness, and white
  14.   and black points.  This is needed for DL images whose contrast is
  15.   too low.
  16.  
  17. * Re-implement f_cycle ().
  18.  
  19. * Fix glwrite to also transfer non-script and non-image GL files.
  20.  
  21. * Add GL library export, using PCX files as the picture
  22.   representation.
  23.  
  24. * Consider converting files into QuickTime movies.  However, this
  25.   would entail MacAnim's detecting "simple" GL files, which might be a
  26.   worthy trick!
  27.  
  28. * Add support for .avi and .ani animations.  (Indefinite hold:
  29.   Microsoft has announced plans to fully support VfW on Macintoshes.)
  30.  
  31. * Correct color rendering of text.
  32.  
  33. * Correctly implement more GRASP directives.
  34.  
  35. * Consider adding support for PNG, once a reference library
  36.   implementation is available.
  37.  
  38. * Determine why there is an abrupt slow-down when displaying FLI and
  39.   DL animations when the percentage speed is zero.
  40.  
  41. * Fix FLY implementation.
  42.  
  43. * Consider adding automatic uncompress and "Uncompress…" for .Z files,
  44.   and "Extract GRASP Entries…" for GRASP archives.  For the former,
  45.   decompress should use memoryio.c for both input and output and
  46.   memoryio.c should be extended to support handles as I/O buffers.
  47.   Consequently, "Unzip" should be changed to "Tools" and "Select Unzip
  48.   Folder…" to "Select Expansion Folder…".
  49.